home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d19
/
gift40b7.arc
/
PROUTEST.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-01-04
|
351b
|
12 lines
@echo off
rem -- process test uploads request - for ProDOOR 3.4
rem -- %1-logfile, %2-testdir, %3-comport, %4-conference
if exist %DSZLOG% type %DSZLOG% >> perm.log
if not exist %2\*.* goto end
rem -- test each uploaded file individually
proecho %3 ~~Testing uploads. Please wait...~
for %%f in (%2\*.*) do call prout1 %1 %%f %3 %4
:end